home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / spaceambush.swf / scripts / frame_286 / PlaceObject2_114_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-12  |  184 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    timer++;
  3.    if(100 < timer)
  4.    {
  5.       _alpha = _alpha - 2;
  6.    }
  7.    if(30 < timer)
  8.    {
  9.       _visible = 0;
  10.       removeMovieClip(this);
  11.    }
  12. }
  13.